home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TUNEIN01.DIR
/
00179_Script_179
< prev
next >
Wrap
Text File
|
1995-06-01
|
808b
|
31 lines
on mouseDown
global clickedSprite
set clickedSprite = 18
set the puppet of sprite clickedSprite = true
set the castnum of sprite clickedSprite = the number of cast "video close clicked"
puppetsound "click"
updatestage
starttimer
repeat while the timer < 20
end repeat
end
on mouseUp
global clickedSprite, thisVideo, lastVideo
set the castnum of sprite clickedSprite = the number of cast "video close"
set the movierate of sprite 19 = 0
puppetsound "click"
updatestage
starttimer
repeat while the timer < 20
end repeat
set the puppet of sprite 18 = false
set the puppet of sprite 19 = false
puppetSound "zoom close"
updatestage
set the cursor of sprite 17 to 0
set the cursor of sprite 18 to 0
go to frame "video "&lastVideo
end